Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rss): fix an issue where trailing slash is not removed even if trailingSlash is set to false #11050

Merged
merged 4 commits into from
May 15, 2024
Merged

fix(rss): fix an issue where trailing slash is not removed even if trailingSlash is set to false #11050

merged 4 commits into from
May 15, 2024

Conversation

mingjunlu
Copy link
Contributor

@mingjunlu mingjunlu commented May 15, 2024

Changes

Testing

  • Related test case updated
  • pnpm --filter @astrojs/rss run test

Docs

  • N/A

Copy link

changeset-bot bot commented May 15, 2024

🦋 Changeset detected

Latest commit: 6ad0c61

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Member

@ematipico ematipico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, wow, this is a great fix! Thank you @mingjunlu

@mingjunlu mingjunlu added the pkg: rss Related to the `@astrojs/rss` package (scope) label May 15, 2024
@ematipico ematipico merged commit 841df1f into withastro:main May 15, 2024
12 of 13 checks passed
@astrobot-houston astrobot-houston mentioned this pull request May 15, 2024
@mingjunlu mingjunlu deleted the fix/issue-10994-rss-trailing-slash branch May 15, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: rss Related to the `@astrojs/rss` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@astrojs/rss uses trailing slash on home page when it shouldn't
3 participants